MedicalViewerPointCollection<T> Class

Summary

Represents a generic collection of System.Drawing.PointF objects.

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class MedicalViewerPointCollection<T> : MedicalViewerCollection<PointF> 
  
Public Class MedicalViewerPointCollection(Of _PointF_)  
   Inherits MedicalViewerCollection(Of PointF) 
   Implements System.Collections.Generic.ICollection(Of PointF), System.Collections.Generic.IEnumerable(Of PointF), System.Collections.Generic.IList(Of PointF), System.Collections.IEnumerable  
            generic<typename _PointF_> 
public ref class MedicalViewerPointCollection : public MedicalViewerCollection<PointF>, System.Collections.Generic.ICollection<PointF>, System.Collections.Generic.IEnumerable<PointF>, System.Collections.Generic.IList<PointF>, System.Collections.IEnumerable   

Type Parameters

PointF

Remarks

The Generic MedicalViewerPointCollection class provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.

Example

For an example, refer to MedicalViewerMPRPolygon

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly